Parametrize your xml documents using XSLT and java

Recently, i used XSLT to parametrize an XML document. XSLT transformations are used to transform a Source document to a Destination document using a style sheet (XSL). To solve this problem the the source document is empty and the style sheet is the document itself with placeholders. 1 2 3 4 5 6 7 8 … Continue reading Parametrize your xml documents using XSLT and java